home *** CD-ROM | disk | FTP | other *** search
- Path: news.ichange.com!newsmaster
- From: Jesse Liberty <jl@staff.ichange.com>
- Newsgroups: comp.lang.c++
- Subject: Re: NEWBIE : Quicksort
- Date: Thu, 28 Mar 1996 14:56:16 -0500
- Organization: AT&T
- Message-ID: <315AEEE0.3036@staff.ichange.com>
- References: <Pine.SOL.3.91.960324135520.8433A-100000@orion> <4j4ruf$gf4@news1.h1.usa.pipeline.com> <Pine.SOL.3.91.960325221334.202B-100000@orion> <3159337A.2DB5@staff.ichange.com> <Pine.SOL.3.91.960327094540.12900A-100000@orion>
- NNTP-Posting-Host: 140.244.99.60
- Mime-Version: 1.0
- Content-Type: text/plain; charset=us-ascii
- Content-Transfer-Encoding: 7bit
- X-Mailer: Mozilla 2.0 (Win95; I)
- CC: jl@staff.ichange.com
-
- FRANCO wrote:
- >
- > Thanks for the insight! Now, can I do it without using template(s)?
-
- Just about anything done with templates can be done without; substitute your type for the T and get rid of the template
- declarations.
-
- -j
- ------
- Jesse Liberty [AT&T New Media Services]
- jl@staff.ichange.com ZDNet: 72241,72
- Teach Yourself C++ In 21 Days. Sams 1994
- Teach Yourself MORE C++ In 21 Days. Sams 1996
- Teach Yourself ANSI C++ In 21 Days. Sams 1996
- C++: An Introduction To Programming. Que 1996
-